home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / NeXTcontour_1.7 / Source / TextView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  283 b   |  19 lines

  1.  
  2. #import <appkit/ScrollView.h>
  3. #import <appkit/Text.h>
  4.  
  5. @interface TextView:ScrollView 
  6. {
  7.     id    theText;        /* a Text object */
  8. }
  9.  
  10. - initFrame:(const NXRect *)frameRect;
  11. - makeEnclosingWindow:(const NXRect *)rect;
  12. - newText:(const NXRect *)frameRect;
  13.  
  14. - provideTextObject;
  15.  
  16. @end
  17.  
  18.  
  19.